home *** CD-ROM | disk | FTP | other *** search
/ F1 Licenseware / F1 Licenseware - Volume 1.iso / disks / 028.dms / 028.adf / Commands_List / System_Management / Addbuffers < prev    next >
Encoding:
Text File  |  1993-08-08  |  1.3 KB  |  38 lines

  1. Command Name : Addbuffers
  2.  
  3. Function : Add `cache' (speedup) buffers to a drive
  4.  
  5. Arguments : <drive> [<n>]
  6.  
  7. Location : C directory
  8.  
  9. A buffer is an area of memory that the computer can write data to before
  10. sending it to the disk drive.  This helps speed up saving, because the data
  11. can be sent from the buffer to disk instead of from the source.  Having
  12. enough buffers can speed up access tremendously.  Buffers take up valuable
  13. RAM, though so It is not advisable to have many.  <drive> signifies the 
  14. drive you wish to add buffers to.  <n> is the number of buffers.  If <n> is
  15. not stated then the number of buffers on <drive> will be printed.  A good
  16. example of Addbuffers in use is by following this example, ensuring that
  17. when you type into the CLI window it is activated, and when you move down
  18. the text the PPmore window is activated.
  19.  
  20. 1.  At the CLI, type Dir Df0:  <return>.  Note the speed of the listing.
  21.  
  22. 2.  Type Addbuffers Df0: 25
  23.  
  24. 3.  Type Dir Df0: <return> again.  It is still slow, isn't it!
  25.  
  26. 4.  Type Dir Df0: <return> again.  Now, the system remembers that the Dir is
  27.     in one of Df0:'s buffers, so takes it from there!
  28.  
  29. Examples
  30.  
  31. Addbuffers Df0:
  32.  
  33.         This prints the number of buffers forr drive df0: in the CLI window
  34.  
  35. Addbuffers Df1: 25
  36.  
  37.         This adds 25 buffers to drive Df1:
  38.